Skip to content

chore(deps): update dependency python-box to v7#428

Merged
funilrys merged 1 commit intodevfrom
renovate/major-pip-deps
Jul 6, 2025
Merged

chore(deps): update dependency python-box to v7#428
funilrys merged 1 commit intodevfrom
renovate/major-pip-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 19, 2025

This PR contains the following updates:

Package Change Age Confidence
python-box ~=6.1.0 -> ~=7.3.2 age confidence

Release Notes

cdgriffith/Box (python-box)

v7.3.2

Compare Source

  • Fixing #​288 default get value error when using box_dots (thanks to Sébastien Weber)

v7.3.1

Compare Source

  • Fixing #​275 default_box_create_on_get is ignored with from_yaml (thanks to Ward Loos)
  • Fixing #​285 Infinite Recursion when accessing non existent list index in a DefaultBox with box_dots (thanks to Jesper Schlegel)

v7.3.0

Compare Source

  • Adding tests and Cython releases for Python 3.13
  • Fixing #​281 consistent error message about missing YAML parser (thanks to J vanBemmel)
  • Removing support for Python 3.8 as it is EOL

v7.2.0

Compare Source

  • Adding #​266 support for accessing nested items in BoxList using numpy-style tuple indexing (thanks to Bit0r)
  • Adding tests and Cython releases for Python 3.12
  • Fixing #​251 support for circular references in lists (thanks to Muspi Merol)
  • Fixing #​261 altering all __repr__ methods so that subclassing will output the correct class name (thanks to Gabriel Tkacz)
  • Fixing #​267 Fix type 'int' not iterable (thanks to YISH)

v7.1.1

Compare Source

  • Fixing Cython optimized build deployments for linux

v7.1.0

Compare Source

  • Adding #​255 defer ipython import for large import speed improvements (thanks to Eric Prestat)
  • Adding testing for Python 3.12
  • Fixing #​253 merge_update box list merge types not populated to sub dictionaries (thanks to lei wang)
  • Fixing #​257 Two test failures due to arguments having incorrect types (thanks to Michał Górny)
  • Fixing stub files to match latest code signatures
  • Removing #​251 support for circular references in lists (thanks to d00m514y3r)
  • Removing support for Python 3.7 as it is EOL

v7.0.1

Compare Source

  • Switching off of poetry due to multiple build issues

v7.0.0

Compare Source

  • Adding #​169 default functions with the box_instance and key parameter (thanks to Коптев Роман Викторович)
  • Adding #​170 Be able to initialize with a flattened dict - by using DDBox (thanks to Ash A.)
  • Adding #​192 box_dots treats all keys with periods in them as separate keys (thanks to Rexbard)
  • Adding #​211 support for properties and setters in subclasses (thanks to Serge Lu and David Aronchick)
  • Adding #​226 namespace to track changes to the box (thanks to Jacob Hayes)
  • Adding #​236 iPython detection to prevent adding attribute lookup words (thanks to Nishikant Parmar)
  • Adding #​238 allow | and + for frozen boxes (thanks to Peter B)
  • Adding new DDBox class (Default Dots Box) that is a subclass of SBox
  • Adding #​242 more Cython builds using cibuildwheel (thanks to Jacob Hayes)
  • Fixing #​235 how | and + updates were performed for right operations (thanks to aviveh21)
  • Fixing #​234 typos (thanks to Martin Schorfmann)
  • Fixing no implicit optionals with type hinting
  • Removing Cython builds for mac until we can build universal2 wheels for arm M1 macs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link
Copy Markdown

coveralls commented Jun 19, 2025

Coverage Status

coverage: 96.648%. remained the same
when pulling 1e560eb on renovate/major-pip-deps
into 8484911 on dev.

@renovate renovate bot force-pushed the renovate/major-pip-deps branch from 8377751 to a11f172 Compare June 19, 2025 10:39
@renovate renovate bot force-pushed the renovate/major-pip-deps branch from 2b7e780 to 1e560eb Compare July 6, 2025 11:59
Copy link
Copy Markdown
Owner

@funilrys funilrys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-project-automation github-project-automation bot moved this from 🆕 New to 🔖 Ready in PyFunceble Backlog Jul 6, 2025
@funilrys funilrys merged commit 32c97bb into dev Jul 6, 2025
85 checks passed
@funilrys funilrys deleted the renovate/major-pip-deps branch July 6, 2025 12:29
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in PyFunceble Backlog Jul 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants